home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Discover Louisiana
/
Let's Discover Louisiana.iso
/
pc
/
FILES
/
TIME.dxr
/
00505_secondTimelineScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-03
|
283 b
|
16 lines
global frameSpeed
on exitFrame me
global direction
sprite(64).visible = 0
if direction = "right" then
go(marker("Start"))
else
if direction = "left" then
if the frameLabel <> "First" then
go(the frame - frameSpeed)
end if
end if
end if
end